home *** CD-ROM | disk | FTP | other *** search
- (set WBVer (< 2424832 (getversion "exec.library" (resident))))
- (User 2)
- (Message "MaxonMAGIC floppy disk installation requires"
- " a blank formatted disk and a copy of your Workbench disk")
-
- (copyfiles
- (source "MMInstall:Tools/lhex")
- (dest "RAM:")
- )
- (copyfiles
- (source "MMInstall:MMAGIC.LHA")
- (dest "RAM:")
- )
- (copyfiles
- (source "MMInstall:Libs/rct.library")
- (dest "RAM:")
- )
- (Message "Insert the blank formatted disk in drive DF1:")
- (Working "Extracting modules this will take a few minutes")
- (run "Ram:Lhex -fFw=DF1: x RAM:MMAGIC.LHA MM_Sounds/* MM_SModule/* MM_Effekte/*")
- (Message "Remove the modules disk from DF1: and label it MaxonMAGIC modules")
- (Message "Insert the Workbench disk you want to install MaxonMAGIC on in DF1:")
- (delete "df1:c/ed")
- (delete "df1:c/diskdoctor")
- (delete "df1:Devs/narrator.Device")
- (delete "df1:libs/translator.library")
- (delete "df1:libs/AmigaGuide.Library")
- (delete "df1:libs/bullet.Library")
- (delete "df1:libs/datatypes.Library")
- (delete "df1:Libs/Rexxsupport.Library")
- (delete "df1:Libs/mathtrans.Library")
- (delete "df1:Libs/Rexxsyslib.Library")
- (delete "df1:L/Speak-Handler")
- (delete "df1:L/CrossDOSFileSystem")
- (delete "df1:L/FastFileSystem")
- (copyfiles
- (source "RAM:rct.library")
- (dest "DF1:libs")
- )
- (run "Ram:Lhex -fFw=DF1: x RAM:MMAGIC.LHA Play*")
-
- (set autorun
- (askbool
- (prompt "Auto run MaxonMagic at boot up 2.0/3.0 only - see help for Workbench 1.3?")
- (help "If your machine is running Workbench 1.3 the installation"
- " cannot add a line to your startup sequence, you must edit the file"
- " S:StartupII and add the line:-\n\n"
- " MaxonMAGIC\n\n"
- "This will then make MaxonMAGIC auto run at boot up.")
- (Choices "Auto Run" "Don't Auto Run")
- (default 1)
- ))
- (Working "\n\nExtracting MaxonMagic program file hold a moment..")
- (if (= autorun 1)
- (
- (if (AND (= WBVer 1) (= (exists "DF1:WBStartup") 2))
- (
- (run "RAM:Lhex -fFw=DF1:WBStartup x RAM:MMAGIC.LHA Maxon*")
- (tooltype
- (settooltype "PATH" "DF1:")
- (dest "DF1:WBStartup/MaxonMAGIC")
- )
- )
- )
- (If (= WBVer 0)
- (
- (run "RAM:Lhex -fFw=DF1: x RAM:MMAGIC.LHA Maxon*")
- (tooltype
- (settooltype "PATH" "DF1:")
- (dest "DF1:MaxonMAGIC")
- )
- )
- )
- )
- (
- (run "RAM:Lhex -fFw=DF1: x RAM:MMAGIC.LHA Maxon*")
- (tooltype
- (settooltype "PATH" "DF1:")
- (dest "DF1:MaxonMAGIC")
- )
- )
- )
- (delete "RAM:Lhex")
- (delete "RAM:MMAGIC.LHA")
- (delete "RAM:rct.library")
-